@charset "gb2312";
/* CSS Document */
*{
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	color: #666666;
	font-family: Arial,Verdana,Î¢ÈíÑÅºÚ;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	color: #c81623;
}

body{
	/*width:100%;
    height:100%;*/
	background-color: #808080;
}
/*----------------top------------------*/
.tohome{
	margin: 0 auto;
	width: 1300px;
	height: 53px;
	/*border: 1px solid #FF0004;*/
	margin-top: 25px;
}
.listcontent{
	margin: 0 auto;
	margin-top: 15px;
	width: 1300px;
	height: 600px;
	background-image: url(../images/article_go3_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	box-shadow: 0 0 5px;
	border-radius: 10px;
}
.listcenter{
	margin: 0 auto;
	width: 540px;
	height: 580px;
}
.btntxt{
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}
.btntxt p{
	text-align: center;
	letter-spacing:20px;
	color: #ffffff;
}


.wenzhang{
	float: left;
	height: 460px;
	width: 540px;
	margin-top: 70px;
}
.title{
	font-size: 28px;
}
.time{
	font-size: 16px;
	color: #F69679;
	margin-left: 10px;
}
.timep{
	margin-top: 20px;
}
.zhengwen{
	margin-top: 30px;
	width: 540px;
	height: 360px;/*
	overflow: scroll;
	overflow-x:hidden;*/
	overflow:auto ;
}




